home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 22
/
CU Amiga Magazine's Super CD-ROM 22 (1998)(EMAP Images)(GB)[!][issue 1998-05].iso
/
PowerPC
/
System
/
PPCReleaseDEV
/
LoadSegPatch
/
Segment.asm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Assembly Source File
|
1998-02-21
|
323 b
|
20 lines
xdef @SegmentCode
xdef @SegmentCode_Object
xdef @SegmentCode_ID
xdef @SegmentCode_End
xref _RunElf
identify "text" ;Same HUNK..-> PC Relative
@SegmentCode:
;a0=String
@SegmentCode_Object:
move.l #0,a1
;a0=String
;a1=ElfObject
jmp _RunElf
@SegmentCode_ID:
dc.b "ELFHUNKCLUDGOMATIC",0
cnop 0,4
@SegmentCode_End: